From: Richard M. Stallman Date: Wed, 21 Sep 1994 05:36:21 +0000 (+0000) Subject: entered into RCS X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90103 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a8a642a45c05ddff88b99ec2957abf7f4f815e66;p=emacs.git entered into RCS --- diff --git a/lispref/modes.texi b/lispref/modes.texi index 36c20ce8764..b0b8263200a 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -1382,6 +1382,7 @@ function goes at the end of the hook list and will be executed last. This function removes @var{function} from the hook variable @var{hook}. @end defun +@ignore @c Should no longer be necessary If you make a hook variable buffer-local, copy its value before you use @code{add-hook} or @code{remove-hook} to change it. For example, @@ -1398,4 +1399,4 @@ If you make a hook variable buffer-local, copy its value before you use Otherwise you may accidentally alter the list structure that forms part of the global value of the hook variable. - +@end ignore